Termination Proof Script

Consider the TRS R consisting of the rewrite rule
1:    f(x,f(a,a))  → f(f(f(a,a),a),f(a,x))
There are 3 dependency pairs:
2:    F(x,f(a,a))  → F(f(f(a,a),a),f(a,x))
3:    F(x,f(a,a))  → F(f(a,a),a)
4:    F(x,f(a,a))  → F(a,x)
The approximated dependency graph contains one SCC: {2,4}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006